home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / source / xsharp22 / makefile < prev    next >
Makefile  |  1992-06-27  |  479b  |  16 lines

  1. # Make file for 3D cube rotation example, with backface
  2. # removal and user translation & rotation control.
  3.  
  4. .c.obj:
  5.    bcc -c $<
  6.  
  7. .asm.obj:
  8.    tasm -ml -zi $*
  9.  
  10. demo1.exe: demo1.obj approt.obj initfix.obj moveobj.obj drawpobj.obj \
  11.    draw.obj fillcnvx.obj scan.obj mode.obj showpage.obj \
  12.    fillrect.obj fixed.obj initball.obj olist.obj xfproj.obj globals.obj \
  13.    color.obj initpal.obj lighting.obj initligh.obj drawtexp.obj \
  14.    drawtex.obj
  15.    tlink @linkresp
  16.